ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / GaugeTagHelper<TControl> Class / Max Property

In This Topic
    Max Property (GaugeTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.Max. Sets the maximum value that can be displayed on the gauge.
    Syntax
    'Declaration
     
    Public Property Max As Double
    public double Max {get; set;}
    See Also